Update
Mac OSThe
Update
method forces immediate updating of this window, rather than waiting for an update event.
void Update ();DISCUSSION
When an update event occurs that involves a facet of your part, OpenDoc calls this method, which in turn calls its facet'sUpdate
method, which then calls theDraw
method associated with the facet's part. Your part might also call this method to force updating when it does not happen automatically, for instance, when there is a mouse-down event and you cannot wait for an update event.SEE ALSO
TheODFacet::Update
method (page 257).
TheODPart::Draw
method (page 505).
"Update Events" on page 194 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help